vcText3DSet

A geometry set used for generating 2D text. Unlike 3D text, 2D text is rendered directly on screen by converting a position vector to screen coordinates. Furthermore, 2D text supports an inherited Billboard property, thereby text can always face camera and be right-side up in 3D world.

See in: Overview

Module: vcGeometry

Parent: vcGeometrySet

Children -

Referenced by: -

Properties

Learn how to use properties here. The properties are also inherited from the parent class.

NameTypeAccessDescription
MatrixvcMatrixRWGets or sets the position matrix of the text.
OffsetXIntegerRWGets or sets an offset (in pixels) for horizontal axis when text is projected on screen.
OffsetYIntegerRWGets or sets an offset (in pixels) for vertical axis when text is projected on screen.
TextStringRWGets or sets a string of characters to render as one line of text.

Methods

Learn how to use methods here. The methods are also inherited from the parent class.

NameReturn TypeParametersDescription
updateNoneNoneUpdates the geometry of text in 3D world.